UInt64NINumericUInt64NLogicalAnd Method

Computes the bitwise logical AND of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.LogicalAnd(
	UInt64N value
)

Parameters

value  UInt64N
The value with which to compute the logical bitwise AND.

Return Value

UInt64N
The bitwise logical AND of the current value and value.

Implements

INumericTSelfLogicalAnd(TSelf)

See Also